crypto/tls.keyUpdateMsg.updateRequested (field)

6 uses

	crypto/tls (current package)
		conn.go#L1345: 	if keyUpdate.updateRequested {
		conn.go#L1366: 	if err := c.setReadTrafficSecret(cipherSuite, QUICEncryptionLevelInitial, newSecret, keyUpdate.updateRequested); err != nil {
		handshake_messages.go#L1136: 	updateRequested bool
		handshake_messages.go#L1143: 		if m.updateRequested {
		handshake_messages.go#L1163: 		m.updateRequested = false
		handshake_messages.go#L1165: 		m.updateRequested = true